abc-notepedia
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vuex
  • Nuxt
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Markdown
  • Design
  • Performance
About
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vuex
  • Nuxt
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Markdown
  • Design
  • Performance
About
  • VUE

    • Adding Vue
    • VS Code Vue
    • Vue Project-Structure
    • Vue Data-Binding
    • Vue Conditional Rendering
    • Vue List Rendering
    • Vue Events
    • Vue Dynamic Styling
    • Vue Advanced reactivity
    • Vue Template Refs
    • Vue Livecycle-Hooks
    • VUE Components
    • VUE Passing Data
    • VUE Slots
    • VUE Dynamic Components
    • VUE Forms
    • VUE Teleporting
    • Vue Options-API
    • VUE Links
      • Frameworks that use Vue
      • Vue-Style-Guide

# VUE Links

# Frameworks that use Vue

Nuxt.js -> uses serverside rendering (req. node-backend)

Gridsome (opens new window)

vuetensils - use own css (opens new window)

vuetify

element ui

tailwind ui

https://adamwathan.me/advanced-vue-component-design/ (opens new window)

electron-tutorial-building-modern-desktop-apps-with-vue (opens new window)

a-brief-review-of-vue-learning-resources-state-of-2018 (opens new window)

Qasar - create an app in 30 minutes (opens new window)

https://github.com/vuejs/awesome-vue (opens new window)

# Vue-Style-Guide

https://v3.vuejs.org/style-guide/ (opens new window)

eg. if a component is only used once, the name shpould be "The..." TheHeader

← Vue Options-API